home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung / Power-Programmierung (Tewi)(1994).iso / magazine / dbms_mag / 9101 / fox1.jan < prev    next >
Text File  |  1990-11-15  |  210b  |  11 lines

  1. Listing 1: 
  2.  
  3.  
  4. DEFINE WINDOW mwind FROM 1,4 TO 16,70 TITLE "Ctrl-W to save/exit" 
  5. SET WINDOW OF MEMO TO mwind @ 3,0 
  6. GET memofld 
  7. WINDOW mwind 
  8. READ 
  9. *--- Press <Ctrl-Home> to access the memo window
  10.  
  11.